home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000183_news@newsmaster….columbia.edu _Tue Jun 9 01:01:07 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id BAA17234
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 9 Jun 1998 01:01:06 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id BAA07923
  7.     for kermit.misc@watsun; Tue, 9 Jun 1998 01:01:06 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: false host - vt100 development
  12. Date: 9 Jun 1998 05:01:02 GMT
  13. Organization: Columbia University
  14. Lines: 36
  15. Message-ID: <6lifie$4f3$1@apakabar.cc.columbia.edu>
  16. References: <6lhoho$ihj$1@mercury.medianet.ie> <6lhpvb$n9q$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8855
  19.  
  20. In article <6lhpvb$n9q$1@apakabar.cc.columbia.edu>,
  21. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  22. : It's possible with Kermit 95:
  23. :   http://www.columbia.edu/kermit/k95.html
  24. : The method is not immediately obvious, but it's there:
  25. :  1. Make sure you don't already have an active connection.
  26. :  2. Give the following commands to Kermit 95:
  27. :       SET TERMINAL TYPE VT100 ; (or other desired type)
  28. :       SET NETWORK TYPE FILE
  29. :       SET HOST <filename>
  30. :       VIEW      
  31. :  3. Use Page Up / Down to scroll thru the display.
  32.  
  33. Even better is to:
  34.  
  35.   SET TERMINAL TYPE VT100
  36.   SET INPUT PACING 50
  37.   SET NETWORK TYPE FILE
  38.   SET HOST <filename>
  39.   CONNECT
  40.  
  41. This will let you watch the playback.  Adjust the packing time to
  42. speed up or slow down the display speed.  This can be done to play back
  43. any file captured with LOG SESSION.
  44.  
  45.  
  46.  
  47.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  48.                  The Kermit Project * Columbia University
  49.               612 West 115th St #716 * New York, NY * 10025
  50.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org